<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.digging-img{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
}

.high-wrap{
    position: absolute;
    left: 0;
    bottom: 0.9rem;
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
    padding: 0 0.6rem;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
}
.ani-slide .high-wrap{
    transform:translateX(0);
    opacity:1;
}
.digging-name{
    font-size: 20px;
    color: #efefef;
}
.digging-p{
    font-size:14px;
    color:#999999;
     font-family:"思源 Light";
}
.digging-box{
    width: 0.4rem;
    display: flex;
    -webkit-display: flex;
    margin-top: 0.1rem !important;
}
.digging-box-l{
    margin: 0 0 0 auto;
}
.digging-of{
    width: 0.2rem;
    height: 1px;
    background-color: #b29873;
}
.pollution{
    position: absolute;
    right: 1.65rem;
    width:35%;
    top:40%;
    transform:translateY(-200px);
    opacity:0;
    transition:all .4s;
}
.pollution:hover .sf-move{
    position: absolute;
    left: 0;
    bottom: 0;
}
.ani-slide .pollution{
    transform:translateY(0);
    opacity:1;
}
.pollution-p{
    font-size: 30px;
    color: #efefef;
    line-height:50px;
    text-transform: uppercase;
}
.weight-p:first-child{
    margin-top: 0.1rem;
}
.weight-p{
    font-size: 14px;
    color: #666666;
    font-family: "Helvetica Neue LT Pro";
    line-height: 0.28rem;
}
.should{
    width: 1.4rem;
    height: 0.4rem;
    border: 1px solid #b29873;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin-top: 0.35rem;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.sf-move{
    width: 1.4rem;
    height: 0.4rem;
    position: absolute;
    left: 0;
    bottom: -1000px;
    background-color: #b29873;
    color: #3e3a39;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 0.14rem;
    text-transform: uppercase;

}
.high-wrap-r{
   text-align: right;
}
.pollution-l{
    left:1.65rem !important;
}
.mask-gd-wrap{
    position:relative;
    width: 1.4rem;
    height: 0.4rem;
    overflow: hidden;
}
.s2-cont:hover .mask-gd{
    transition: 0.4s;
    position: absolute;
    bottom: 0;
}
.mask-gd{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    bottom:-0.4rem;
    background-color:#b29873;
    color: #3e3a39;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: 0.4s;
}</pre></body></html>